home *** CD-ROM | disk | FTP | other *** search
/ Aminet 41 / Aminet 41 (2001)(Schatztruhe)[!][Feb 2001].iso / Aminet / biz / dopus / ArcDir_xad.lha / ArcDir_xad.readme
Text File  |  2000-12-18  |  883b  |  28 lines

  1. Short:    ArcDir_xad for Opus5
  2. Author:   Rene Wunderlich <rene.wunderlich@iocur.de>
  3. Uploader: Rene Wunderlich <rene.wunderlich@iocur.de>
  4. Version:  2.10
  5. Type:     biz/dopus
  6. Requires: util/arc/xadmaster.lha and Opus5
  7.  
  8.  
  9.  
  10. ARexx script for Directory Opus 5 to show the contents of archives thhat are
  11. supported by xadmaster.library in an Opus lister and operate on the files
  12. and directories inside the archive as if it is a normal directory.
  13.  
  14.  
  15.  
  16. Just change the following lines in the script to suit your needs.
  17.  
  18. LIST_TOOL        = "DOpus5:c/xadarclist"
  19. EXTRACT_TOOL     = "xadUnFile"
  20. EXTRACT_ARGS     = "NKP SFS"
  21.  
  22. If you need other filetypes, just add it in the following line.
  23.  
  24. arcidtype = "LHA LZX ZIP GZIP TAR ARJ RAR TGZ ZOO ZIPEXE BZIP2 CAB RPM Cpio jar"   Change this line to suit your IDs - see NOTE above 
  25. darcidtype = "DMS ZOOM"
  26.  
  27. Check out our homepage at: http://www.secretly.de
  28.